projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b04a95a
)
(Fredraw_frame): Call set_terminal_modes for
author
Andrew Innes
<andrewi@gnu.org>
Tue, 2 Jan 2001 22:55:49 +0000
(22:55 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Tue, 2 Jan 2001 22:55:49 +0000
(22:55 +0000)
w32_console frames.
src/dispnew.c
patch
|
blob
|
history
diff --git
a/src/dispnew.c
b/src/dispnew.c
index a6b71e18a453700088e4edc44051313c315264da..2e9b91754fb0e27b731d727a72901a561e1a640c 100644
(file)
--- a/
src/dispnew.c
+++ b/
src/dispnew.c
@@
-3253,7
+3253,7
@@
DEFUN ("redraw-frame", Fredraw_frame, Sredraw_frame, 1, 1, 0,
return Qnil;
update_begin (f);
- if (FRAME_MSDOS_P (f))
+ if (FRAME_MSDOS_P (f)
|| FRAME_W32_CONSOLE_P (f)
)
set_terminal_modes ();
clear_frame ();
clear_current_matrices (f);